Versions:
Graft 2.4.6, published by skssmd, is a Development / Deployment utility that turns the familiar docker-compose CLI into a cloud-grade orchestration engine by piping commands over plain SSH. Designed for zero-overhead operation, the tool requires no resident agents, daemons, or server-side modifications; it simply connects to existing Linux hosts and executes container life-cycle tasks exactly as if they were local, eliminating the latency and resource cost typical of conventional deployment platforms. Engineers use Graft to spin up identical environments on AWS EC2, Google Cloud Compute, or any VPS reachable by SSH, to push incremental updates straight from Git, and to fold the whole workflow into GitHub Actions pipelines for continuous delivery. Version 2.0 and later added native Git awareness, so compose files, build contexts, and secrets are synchronized automatically before each rollout, while previous releases focused on core SSH tunneling, parallel service bring-up, and real-time log streaming. Across nine published iterations the application has remained lightweight, cross-platform, and backward-compatible with standard Compose syntax, letting teams adopt cloud deployment without rewriting stacks or learning new DSLs. Graft is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.
Tags: